Flutter get each letter from string

53

  String mystring = 'Hello World';

  print('${mystring[0]}');

Comments

Submit
0 Comments